Welcome![Sign In][Sign Up]
Location:
Search - hoffman code

Search list

[Graph programHuffman霍夫曼编码源代码(VC)

Description: Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Platform: | Size: 2048 | Author: | Hits:

[Compress-Decompress algrithmsyasuojieya

Description: 本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman
Platform: | Size: 505856 | Author: 刘刀冈 | Hits:

[Communication-MobileHuffmanEncoding

Description: 霍夫曼(Huffman)编码算法是满足前缀条件的平均二进制码长最短的编码算法。本文用Matlab语言编程实现了霍夫曼(Huffman)编码,并有详细的word说明-Hoffman (Huffman) coding algorithm is to satisfy the conditions of the average prefix length the shortest binary code coding algorithm. In this paper, Matlab programming language to achieve the Hoffman (Huffman) encoding, and a detailed description of the word
Platform: | Size: 11264 | Author: 杨为 | Hits:

[Special EffectsMZigZag

Description: ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码-ZIGZAG procedures ZIGZAG image matrix to achieve the order read. Usually as a function call. There is the Huffman code procedure, the image encoding Hoffman
Platform: | Size: 2048 | Author: lulu | Hits:

[Compress-Decompress algrithmsHoffman

Description: Hoffman编码,实现对任意字符的编码及解码,而且生成的编码是唯一的-Hoffman coding, to achieve arbitrary character encoding and decoding, and the generated code is the only
Platform: | Size: 179200 | Author: 曹雷 | Hits:

[Compress-Decompress algrithmsHOFFMAN

Description: 根据给出的结点权值生成huffman 树并输出hoffman编码的简单c语言程序-creat hoffman tree of input node with given weights and output the code of the nodes
Platform: | Size: 1024 | Author: Jerome Zhang | Hits:

[OtherJPEGimageCompressiontechniquesimplementationandopt

Description: 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Platform: | Size: 523264 | Author: 压子 | Hits:

[Compress-Decompress algrithmsHOFFMAN

Description: 霍夫曼编码相关资料及matlab源码实现。又需要的可以参考-Huffman code matlab source relevant information and to achieve. Also can refer to the needs of
Platform: | Size: 5120 | Author: 邓俊 | Hits:

[Data structsHoffman

Description: 这是我自己写的一个关于赫夫曼树及编码的建立和遍历的代码,当然不是太完美,但基本功能已经能实现。-It is my own written by a tree and codes about hoffman sentenced to establish and traversal code, of course, is not perfect, but the basic function can already achieved.
Platform: | Size: 5120 | Author: 李少 | Hits:

[VC/MFChefuman

Description: 利用赫夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间按,降低传输成本,但是,这要求在发送端通过一个编码系统对待传送数据预先编码,在接收端将传来的数据进译码。对于双通道通行,每端都需要一个完整的编/译码系统。-Using hoffman (code of communication can greatly improve channel utilization, shorten the period of information transmission, reduce transmission cost, but this requirement after the sender through a coding system beforehand coding, treat transmit data at the receiving end will be coming from the data into the decode. For double channel traffic, each end all need a complete woven/decoding system.
Platform: | Size: 3072 | Author: 李建 | Hits:

[Data structsHuffman_1

Description: 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
Platform: | Size: 2048 | Author: zy | Hits:

[Data structsHuffman_2

Description: 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
Platform: | Size: 1024 | Author: zy | Hits:

[Data structshoffman-encodeadecode

Description: 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental reports. The main features are: the user can perform the function of: (1)--- choose to read a source file by the system resolution, the Huffman tree (2)--- manually enter the character set of weights information to establish Ha Goffman tree (3)--- print the character set of Huffman coding to the screen (4)--- select a text file encoding (5) to--- Select a code file to decode
Platform: | Size: 709632 | Author: liuqing | Hits:

[Othercode-and-decode-for--hoffman

Description: 代码中写出了哈弗曼树编码与解码的相关内容,请有兴趣的来看看验证。-Write code encoding and decoding Huffman tree related content, please verify interested to see.
Platform: | Size: 2048 | Author: 庞文杰 | Hits:

[EditorAC_Huffman

Description: 利用MATLAB来实现AC编解码,并且使用的是赫夫曼码-Using MATLAB to realize AC codec, and using a hoffman code
Platform: | Size: 3072 | Author: zhangsinan | Hits:

[Data structsThe-Hoffman-code

Description: 利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。-Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.
Platform: | Size: 282624 | Author: 危育冰 | Hits:

[Otherhoffman

Description: hoffman代码,有实验报告,有视频演示,基于压缩-hoffman code, lab reports, there is a video presentation, based compression
Platform: | Size: 2164736 | Author: 邓齐 | Hits:

[Data structshoffman

Description: hoffman code 可以使数据存储量降低,大约减少一半以上-hoffmancode makess code store less
Platform: | Size: 2048 | Author: 2016 | Hits:

[Special EffectsHoffman-code

Description: 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看- 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看 This is the Hoffman code c language implementation of the source code, interested can download to view
Platform: | Size: 7168 | Author: klw | Hits:

[Compress-Decompress algrithms霍夫曼编码

Description: 对文本内容进行霍夫曼编码,以实现文本的压缩。(The text content is encoded by Hoffman to compress the text.)
Platform: | Size: 1024 | Author: aphroham | Hits:
« 12 3 4 »

CodeBus www.codebus.net